home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 2000 November: Tool Chest
/
Dev.CD Nov 00 TC Disk 2.toast
/
pc
/
sample code
/
quicktime
/
basics
/
qtshell
/
common files
/
macprefix.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-09-28
|
394 b
|
18 lines
// MWPrefix.h
// prefix file for our Mac projects
#ifndef __Prefix_File__
#define __Prefix_File__
#include <ConditionalMacros.h>
// definitions for the project
#define DEBUG 0
#define ONLY_ENCODED_SCRIPTS 0
#define QD3D_NO_DIRECTDRAW 0
#define QD3D_AVAIL !TARGET_CPU_68K
#define SOUNDSPROCKET_AVAIL TARGET_CPU_PPC
#define PASCAL_RTN pascal
#endif // __Prefix_File__